C1.LiveLinq.LiveViews Namespace > View<T> Class : SelectMany Method |
Overload | Description |
---|---|
SelectMany<TCollection,TResult>(Expression<Func<T,IObservableSource<TCollection>>>,Expression<Func<T,TCollection,TResult>>) | Projects each element of this view to a collection of collections, flattens the resulting collections into one collection, and invokes a result selector function on each element therein. |
SelectMany<TResult>(Expression<Func<T,IObservableSource<TResult>>>) | Projects each element of this view to a collection of TResult and flattens the resulting collections into one view. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2